Introduction to HTML
Insane Tools HTML Reference

    Tag Description
    AStands for anchor. HREF= attribute creates hyperlinks. NAME= attribute creates a named reference.
    ADDRESSSpecifies a mailing address.
    BChanges text to bold. See STRONG.
    BASESpecifies a document's URL.
    BASEFONTSets the base font value.
    BGSOUNDAdds background sounds that play on initial load.
    BIGEnlarges the font size.
    BLOCKQUOTESets apart a quotation in text.
    BODYSpecifies the beginning and the end of the document body. See HEAD.
    BRInserts a line break.
    CENTERCenters text and images.
    CITEIndicates a citation. Used to present a book, paper, or other published source material.
    CODEPresents a code sample.
    COLSets the properties of a column.
    COLGROUPSets the properties of one or more columns as a group.
    COMMENTIndicates a comment. Text in a comment element does not display in a browser.
    DIRDenotes a directory list.
    DIVSets a document division. Groups related elements together within a document.
    EMEmphasizes text, usually by rendering text in italics.
    FONTFormats the font style, size, and color.
    FORMDenotes a form with which users enter data. See INPUT for a list of form elements.
    FRAMEDefines independent windows, or frames, within a page. See FRAMESET.
    FRAMESETDefines layout for frames within a page. See FRAME.
    HnRenders text in heading style, usually with a larger font than the body text. The n is a value from 1 to 6.
    HEADMarks the HTML document heading.
    HRDraws a horizontal rule. Used to separate sections.
    HTMLDenotes the file is an HTML document.
    IRenders text in italics.
    IMGInserts a graphic file.
    INPUTSpecifies a form control such as a check box or radio button. See FORM.
    KBDIndicates text to be entered at a keyboard. Appears in fixed-width and bold type.
    LIDenotes an item in a list. Adds special character or number depending on use. See UL
    LINKEstablishes the relationship between documents. Appears only in the HEAD element.
    LISTINGRenders text in fixed-width type.
    MENUDenotes a list of items.
    NOBRTurns off line breaking.
    NOFRAMESIndicates content viewable only by browsers that do not support frames.
    OLSpecifies an ordered list. Each item has a number or letter reference. See UL, LI.
    OPTIONDenotes one choice in a list box.
    PInserts a paragraph break and denotes a new paragraph.
    PREDisplays text exactly as typed-with all line breaks and spacing.
    SRenders text in strikethrough type.
    SAMPSpecifies sample text. See CODE.
    SCRIPTSpecifies the inclusion of a script.
    SELECTDenotes a list box or dropdown list.
    SMALLDecreases the font size.
    STRIKERenders text in strikethrough type. See S.
    STRONGEmphasizes text, usually with bold. See B.
    SUBRenders text in subscript.
    SUPRenders text in superscript.
    TABLECreates a table. See TH, TR, and TD to learn how to define rows and columns.
    TDCreates a cell in a table.
    THCreates a row or column heading in a table.
    TEXTAREACreates a box in which a user can enter and edit text.
    TITLESpecifies a document title. Appears in the browser title bar.
    TRCreates a row in a table.
    TTDenotes teletype. Displays text in fixed-width type.
    URenders text underlined.
    ULFormats lines of text as a bulleted list. See LI.

HTML Scripting

    JaveScript is an interpreted, object-based scripting language. Although it has fewer capabilities than full-fledged object-oriented languages like C++ and Java, JScript is more than sufficiently powerful for its intended purposes. It is not a cut-down version of any other language (it is only distantly and indirectly related to Java, for example), and it is not a simplification of anything.